home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
PROGTOOL
/
DSHARP.ZIP;1
/
SHO.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-01-24
|
281 b
|
8 lines
@echo off
if "%1"=="" echo SHO filespec [filespec filespec...]
if "%1"=="" echo to SHOW all these files one after another.
if "%1"=="" goto end
if not exist %1 echo No File found! Maybe in another directory?
for %%f in (%1 %2 %3 %4 %5 %6 %7 %8 %9) do show %%f
:end